home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / SpeedBarExtract.nib / data.classes next >
Text File  |  1994-12-14  |  713b  |  52 lines

  1. SpeedBarText = {
  2.     ACTIONS = {
  3.     setFont:;
  4.     setTabs:;
  5.     setJustification:;
  6.     setTypeSize:;
  7.     };
  8.     OUTLETS = {
  9.     justificationMatrix;
  10.     typeSizeButton;
  11.     tabsButton;
  12.     fontButton;
  13.     };
  14.     SUPERCLASS = SubSpeedBar;
  15. };
  16. SpeedBarSpecialParagraph = {
  17.     ACTIONS = {
  18.     setMargins:;
  19.     };
  20.     OUTLETS = {
  21.     marginButton;
  22.     };
  23.     SUPERCLASS = SpeedBarText;
  24. };
  25. PGObject = {
  26.     ACTIONS = {
  27.     };
  28.     OUTLETS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. SubSpeedBar = {
  38.     ACTIONS = {
  39.     };
  40.     OUTLETS = {
  41.     };
  42.     SUPERCLASS = PGSpeedBar;
  43. };
  44. PGSpeedBar = {
  45.     ACTIONS = {
  46.     };
  47.     OUTLETS = {
  48.     speedBarView;
  49.     };
  50.     SUPERCLASS = PGObject;
  51. };
  52.